home *** CD-ROM | disk | FTP | other *** search
/ Champak 108 / jogo-disk-108.iso / Games / simple_tower_defense.swf / scripts / DefineButton2_96 / BUTTONCONDACTION on(release).as < prev    next >
Text File  |  2010-05-15  |  262b  |  13 lines

  1. on(release){
  2.    if(_root.unlock1 == true)
  3.    {
  4.       if(_root.cash >= 150)
  5.       {
  6.          duplicateMovieClip(_root.ft,"ft",16384 + _root.bn);
  7.          _root.ft.gotoAndStop(6);
  8.          _root.ft._rotation = 0;
  9.          _root.ton = 5;
  10.       }
  11.    }
  12. }
  13.